[INFO] cloning repository https://github.com/wjlroe/bim
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wjlroe/bim" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwjlroe%2Fbim", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwjlroe%2Fbim'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a0ca3941a97f7f247f64646d8ac5f1c72c953cdb
[INFO] checking wjlroe/bim against try#dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e for pr-153721
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwjlroe%2Fbim" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wjlroe/bim
[INFO] finished tweaking git repo https://github.com/wjlroe/bim
[INFO] tweaked toml for git repo https://github.com/wjlroe/bim written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wjlroe/bim on toolchain dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wjlroe/bim already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 25bc3b4e0e2af5cfa0f0ab4d33db140e346dfef693c7c75cbcdddff0aff94bd1
[INFO] running `Command { std: "docker" "start" "25bc3b4e0e2af5cfa0f0ab4d33db140e346dfef693c7c75cbcdddff0aff94bd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "25bc3b4e0e2af5cfa0f0ab4d33db140e346dfef693c7c75cbcdddff0aff94bd1" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25bc3b4e0e2af5cfa0f0ab4d33db140e346dfef693c7c75cbcdddff0aff94bd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "25bc3b4e0e2af5cfa0f0ab4d33db140e346dfef693c7c75cbcdddff0aff94bd1" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.98
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.28
[INFO] [stderr]     Checking linked-hash-map v0.5.4
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]     Checking stb_truetype v0.3.1
[INFO] [stderr]     Checking ordered-float v1.1.1
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling syn v1.0.74
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling cc v1.0.69
[INFO] [stderr]     Checking dlib v0.4.2
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling wayland-scanner v0.21.13
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]     Checking nix v0.14.1
[INFO] [stderr]     Checking crossbeam-deque v0.7.3
[INFO] [stderr]     Checking rusttype v0.8.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking wayland-sys v0.21.13
[INFO] [stderr]     Checking crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking deflate v0.7.20
[INFO] [stderr]     Checking inflate v0.4.5
[INFO] [stderr]    Compiling x11-dl v2.18.5
[INFO] [stderr]     Checking rusttype v0.7.9
[INFO] [stderr]     Checking line_drawing v0.7.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]     Checking gif v0.10.3
[INFO] [stderr]     Checking png v0.14.1
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking andrew v0.2.1
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]    Compiling wayland-client v0.21.13
[INFO] [stderr]    Compiling wayland-protocols v0.21.13
[INFO] [stderr]     Checking gfx_core v0.9.2
[INFO] [stderr]     Checking tiff v0.2.2
[INFO] [stderr]    Compiling libloading v0.5.2
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.5
[INFO] [stderr]     Checking wayland-commons v0.21.13
[INFO] [stderr]    Compiling gfx_gl v0.6.1
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.7
[INFO] [stderr]     Checking memmap v0.7.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking jpeg-decoder v0.1.22
[INFO] [stderr]    Compiling backtrace v0.3.61
[INFO] [stderr]     Checking raw-window-handle v0.3.3
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]    Compiling serde_json v1.0.66
[INFO] [stderr]     Checking gimli v0.25.0
[INFO] [stderr]     Checking xi-unicode v0.2.1
[INFO] [stderr]     Checking image v0.21.3
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking glyph_brush_layout v0.1.9
[INFO] [stderr]     Checking object v0.26.0
[INFO] [stderr]     Checking twox-hash v1.6.0
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]    Compiling glam v0.8.7
[INFO] [stderr]     Checking rustc-demangle v0.1.20
[INFO] [stderr]     Checking glyph_brush v0.6.3
[INFO] [stderr]     Checking gfx v0.18.2
[INFO] [stderr]     Checking gfx_device_gl v0.16.2
[INFO] [stderr]     Checking thread-id v3.3.0
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]    Compiling bim v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]  --> build.rs:2:11
[INFO] [stdout]   |
[INFO] [stdout] 2 |     #[cfg(target_os = "windows")]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[deny(misleading_cfg_in_build_script)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bim` (build script) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "25bc3b4e0e2af5cfa0f0ab4d33db140e346dfef693c7c75cbcdddff0aff94bd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25bc3b4e0e2af5cfa0f0ab4d33db140e346dfef693c7c75cbcdddff0aff94bd1", kill_on_drop: false }`
[INFO] [stdout] 25bc3b4e0e2af5cfa0f0ab4d33db140e346dfef693c7c75cbcdddff0aff94bd1
